home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
mint
/
network
/
lattice
/
duftp.lzh
/
DUFTP
/
DISPATCH.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-06-07
|
228 b
|
16 lines
/*
DUFTP
*/
// Dialog Dispatcher
#ifndef _DISPATCH_H_
#define _DISPATCH_H_
extern short dispatcher(void);
extern short destructor(void);
extern short Kdispatcher(void);
extern short Kdestructor(void);
#endif